home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursorOff()
- repeat with n = 30 down to 1
- set the visible of sprite n to 1
- puppetSprite(30, 1)
- end repeat
- sound stop 1
- sound stop 2
- set x to random(5)
- case x of
- 1:
- sound playFile "klunk#2.wav"
- 2:
- sound playFile "squash.wav"
- 3:
- sound playFile "Mclunk1.wav"
- 4:
- sound playFile "Splurge.wav"
- 5:
- sound playFile "Pulse01.wav"
- end case
- go(10)
- end
-